HipInputMap

Undocumented in source.

Members

Aliases

Context
alias Context = IHipInputMap.Context
Undocumented in source.

Functions

isActionJustPressed
float isActionJustPressed(string actionName)
Undocumented in source. Be warned that the author may not have intended to support it.
isActionJustReleased
float isActionJustReleased(string actionName)
Undocumented in source. Be warned that the author may not have intended to support it.
isActionPressed
float isActionPressed(string actionName)
Undocumented in source. Be warned that the author may not have intended to support it.
registerInputAction
void registerInputAction(string actionName, Context ctx)
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

parseInputMap
IHipInputMap parseInputMap(ubyte[] file, string fileName, ubyte id)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

id
ubyte id;
Undocumented in source.
inputMapping
Context[string] inputMapping;
Undocumented in source.

Meta